ScanProcessor
This class is used to apply a sequence of image operations on a picture: perspective correction, curvature correction and image enhancement. Each of these operations can be configured using a configuration object.
Types
Parameters of the processing.
Configuration for curvature correction.
Configuration for image enhancement.
Style for the magic filter
Configuration controlling the output format of the processed image, either as a file or a bitmap.
Configuration for perspective correction. When this configuration is enabled, perspective correction will be applied to the image, either using the result of the document detection, or the Quadrangle provided in this configuration.
Configuration for the readability feature. When this configuration is enabled, the readability of the image will be estimated, possibly based on several parameters (eg sharpness, brightness…). This is especially suitable and accurate for text documents.
Level of readability of the processed scan
Result of the processing.
Functions
Process image file using the given configuration.